home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-14 | 1.1 KB | 21 lines | [TEXT/MPCC] |
- UnAlias # as per Apple recommendation
-
- # Set the variable "boxfolder" to the path of the directory containing the BoxMaker++ sources
- set boxfolder "{Boot}Desktop folder:BoxMaker++ ƒ:"
-
- # Set rezfolder to the path of the directory containing the BoxMaker++ rez files
- set rezfiles "{boxfolder}Rez files:"
-
- # Set headers to the path of the directory containing the header files
- set headers "{boxfolder}headers:"
-
- Rez -i "{headers}" -o "{boxfolder}boxmaker rez.rsrc" "{rezfiles}"≈.r
-
- # Rez -i "{headers}" -o "{boxfolder}boxmaker rez.rsrc" "{rezfiles}boxmaker aete.r"
- # Rez -i "{headers}" -o "{boxfolder}boxmaker rez.rsrc" -a "{rezfiles}boxmaker error messages.r"
- # Rez -i "{headers}" -o "{boxfolder}boxmaker rez.rsrc" -a "{rezfiles}boxmaker errorAlert.r"
- # Rez -i "{headers}" -o "{boxfolder}boxmaker rez.rsrc" -a "{rezfiles}boxmaker FinderInfo.r"
- # Rez -i "{headers}" -o "{boxfolder}boxmaker rez.rsrc" -a "{rezfiles}boxmaker Menus.r"
- # Rez -i "{headers}" -o "{boxfolder}boxmaker rez.rsrc" -a "{rezfiles}boxmaker SC++AboutBox.r"
- # Rez -i "{headers}" -o "{boxfolder}boxmaker rez.rsrc" -a "{rezfiles}boxmaker templates.r"
-